From e578dd61ac595ed3c8176ccd7d1a7b0c9b771de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 30 Jul 2023 02:02:52 +0200 Subject: =?UTF-8?q?ne=20vem=20=C4=8De=20je=20to=20prav=20ampak=20izgledalo?= =?UTF-8?q?=20je=20kot=20bug=3F=3F=3F=3F=3F=3F=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "prog/\305\276/index.php" | 1 + 1 file changed, 1 insertion(+) diff --git "a/prog/\305\276/index.php" "b/prog/\305\276/index.php" index dc2a2f5..6a62864 100644 --- "a/prog/\305\276/index.php" +++ "b/prog/\305\276/index.php" @@ -262,6 +262,7 @@ switch ($_REQUEST["e"] . "-" . $_SERVER["REQUEST_METHOD"]) { $stmt = $db->prepare("update computers set last_hash=:last_hash where url=:url"); $stmt->bindParam(":last_hash", $txhash, PDO::PARAM_LOB); $stmt->bindParam(":url", $url, PDO::PARAM_LOB); + $stmt->execute(); transactions_post_handler($transaction); } } -- cgit v1.2.3